body {
    font-family: Helvetica, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
}
/*---------------Swiper-----------------*/
.swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 450px;
    background: #fff;
}
.swiper-slide .imgBx {
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.swiper-slide .imgBx img {
    width: 100%;
    height: 300px;
}
.swiper-slide .details {
    box-sizing: border-box;
    font-size: 20px;
    padding: 20px;
}
.swiper-slide .details h3 {
    padding: 0px;
    margin: 0px;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
}
.swiper-slide .details h3 span {
    font-size: 16px;
    color: #f44336;
}/*--------------shopping cart----------------*/
.shopping-cart {
    display: inline-block;
    background: url(./Images/cart.png) no-repeat 0 0;
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0;
}